3.181 \(\int \sqrt {a+b \text {sech}^2(x)} \, dx\)

Optimal. Leaf size=59 \[ \sqrt {a} \tanh ^{-1}\left (\frac {\sqrt {a} \tanh (x)}{\sqrt {a-b \tanh ^2(x)+b}}\right )+\sqrt {b} \tan ^{-1}\left (\frac {\sqrt {b} \tanh (x)}{\sqrt {a-b \tanh ^2(x)+b}}\right ) \]

[Out]

arctanh(a^(1/2)*tanh(x)/(a+b-b*tanh(x)^2)^(1/2))*a^(1/2)+arctan(b^(1/2)*tanh(x)/(a+b-b*tanh(x)^2)^(1/2))*b^(1/
2)

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 59, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 6, integrand size = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.500, Rules used = {4128, 402, 217, 203, 377, 206} \[ \sqrt {a} \tanh ^{-1}\left (\frac {\sqrt {a} \tanh (x)}{\sqrt {a-b \tanh ^2(x)+b}}\right )+\sqrt {b} \tan ^{-1}\left (\frac {\sqrt {b} \tanh (x)}{\sqrt {a-b \tanh ^2(x)+b}}\right ) \]

Antiderivative was successfully verified.

[In]

Int[Sqrt[a + b*Sech[x]^2],x]

[Out]

Sqrt[b]*ArcTan[(Sqrt[b]*Tanh[x])/Sqrt[a + b - b*Tanh[x]^2]] + Sqrt[a]*ArcTanh[(Sqrt[a]*Tanh[x])/Sqrt[a + b - b
*Tanh[x]^2]]

Rule 203

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTan[(Rt[b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 217

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Subst[Int[1/(1 - b*x^2), x], x, x/Sqrt[a + b*x^2]] /; FreeQ[{a,
b}, x] &&  !GtQ[a, 0]

Rule 377

Int[((a_) + (b_.)*(x_)^(n_))^(p_)/((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Subst[Int[1/(c - (b*c - a*d)*x^n), x]
, x, x/(a + b*x^n)^(1/n)] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0] && EqQ[n*p + 1, 0] && IntegerQ[n]

Rule 402

Int[((a_) + (b_.)*(x_)^2)^(p_.)/((c_) + (d_.)*(x_)^2), x_Symbol] :> Dist[b/d, Int[(a + b*x^2)^(p - 1), x], x]
- Dist[(b*c - a*d)/d, Int[(a + b*x^2)^(p - 1)/(c + d*x^2), x], x] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d,
0] && GtQ[p, 0] && (EqQ[p, 1/2] || EqQ[Denominator[p], 4])

Rule 4128

Int[((a_) + (b_.)*sec[(e_.) + (f_.)*(x_)]^2)^(p_), x_Symbol] :> With[{ff = FreeFactors[Tan[e + f*x], x]}, Dist
[ff/f, Subst[Int[(a + b + b*ff^2*x^2)^p/(1 + ff^2*x^2), x], x, Tan[e + f*x]/ff], x]] /; FreeQ[{a, b, e, f, p},
 x] && NeQ[a + b, 0] && NeQ[p, -1]

Rubi steps

\begin {align*} \int \sqrt {a+b \text {sech}^2(x)} \, dx &=\operatorname {Subst}\left (\int \frac {\sqrt {a+b-b x^2}}{1-x^2} \, dx,x,\tanh (x)\right )\\ &=a \operatorname {Subst}\left (\int \frac {1}{\left (1-x^2\right ) \sqrt {a+b-b x^2}} \, dx,x,\tanh (x)\right )+b \operatorname {Subst}\left (\int \frac {1}{\sqrt {a+b-b x^2}} \, dx,x,\tanh (x)\right )\\ &=a \operatorname {Subst}\left (\int \frac {1}{1-a x^2} \, dx,x,\frac {\tanh (x)}{\sqrt {a+b-b \tanh ^2(x)}}\right )+b \operatorname {Subst}\left (\int \frac {1}{1+b x^2} \, dx,x,\frac {\tanh (x)}{\sqrt {a+b-b \tanh ^2(x)}}\right )\\ &=\sqrt {b} \tan ^{-1}\left (\frac {\sqrt {b} \tanh (x)}{\sqrt {a+b-b \tanh ^2(x)}}\right )+\sqrt {a} \tanh ^{-1}\left (\frac {\sqrt {a} \tanh (x)}{\sqrt {a+b-b \tanh ^2(x)}}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [B]  time = 0.74, size = 134, normalized size = 2.27 \[ \frac {\sqrt {2} \cosh (x) \sqrt {a+b \text {sech}^2(x)} \left (\sqrt {a} \sqrt {a+b} \sinh ^{-1}\left (\frac {\sqrt {a} \sinh (x)}{\sqrt {a+b}}\right ) \sqrt {\frac {a \cosh (2 x)+a+2 b}{a+b}}+\sqrt {b} \sqrt {a \cosh (2 x)+a+2 b} \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {b} \sinh (x)}{\sqrt {a \cosh (2 x)+a+2 b}}\right )\right )}{a \cosh (2 x)+a+2 b} \]

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[a + b*Sech[x]^2],x]

[Out]

(Sqrt[2]*Cosh[x]*(Sqrt[b]*ArcTan[(Sqrt[2]*Sqrt[b]*Sinh[x])/Sqrt[a + 2*b + a*Cosh[2*x]]]*Sqrt[a + 2*b + a*Cosh[
2*x]] + Sqrt[a]*Sqrt[a + b]*ArcSinh[(Sqrt[a]*Sinh[x])/Sqrt[a + b]]*Sqrt[(a + 2*b + a*Cosh[2*x])/(a + b)])*Sqrt
[a + b*Sech[x]^2])/(a + 2*b + a*Cosh[2*x])

________________________________________________________________________________________

fricas [B]  time = 0.58, size = 2949, normalized size = 49.98 \[ \text {result too large to display} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sech(x)^2)^(1/2),x, algorithm="fricas")

[Out]

[1/4*sqrt(a)*log((a*b^2*cosh(x)^8 + 8*a*b^2*cosh(x)*sinh(x)^7 + a*b^2*sinh(x)^8 - 2*(a*b^2 - b^3)*cosh(x)^6 +
2*(14*a*b^2*cosh(x)^2 - a*b^2 + b^3)*sinh(x)^6 + 4*(14*a*b^2*cosh(x)^3 - 3*(a*b^2 - b^3)*cosh(x))*sinh(x)^5 +
(a^3 + 4*a^2*b + 9*a*b^2)*cosh(x)^4 + (70*a*b^2*cosh(x)^4 + a^3 + 4*a^2*b + 9*a*b^2 - 30*(a*b^2 - b^3)*cosh(x)
^2)*sinh(x)^4 + 4*(14*a*b^2*cosh(x)^5 - 10*(a*b^2 - b^3)*cosh(x)^3 + (a^3 + 4*a^2*b + 9*a*b^2)*cosh(x))*sinh(x
)^3 + a^3 + 2*(a^3 + 3*a^2*b)*cosh(x)^2 + 2*(14*a*b^2*cosh(x)^6 - 15*(a*b^2 - b^3)*cosh(x)^4 + a^3 + 3*a^2*b +
 3*(a^3 + 4*a^2*b + 9*a*b^2)*cosh(x)^2)*sinh(x)^2 + sqrt(2)*(b^2*cosh(x)^6 + 6*b^2*cosh(x)*sinh(x)^5 + b^2*sin
h(x)^6 - 3*b^2*cosh(x)^4 + 3*(5*b^2*cosh(x)^2 - b^2)*sinh(x)^4 + 4*(5*b^2*cosh(x)^3 - 3*b^2*cosh(x))*sinh(x)^3
 - (a^2 + 4*a*b)*cosh(x)^2 + (15*b^2*cosh(x)^4 - 18*b^2*cosh(x)^2 - a^2 - 4*a*b)*sinh(x)^2 - a^2 + 2*(3*b^2*co
sh(x)^5 - 6*b^2*cosh(x)^3 - (a^2 + 4*a*b)*cosh(x))*sinh(x))*sqrt(a)*sqrt((a*cosh(x)^2 + a*sinh(x)^2 + a + 2*b)
/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2)) + 4*(2*a*b^2*cosh(x)^7 - 3*(a*b^2 - b^3)*cosh(x)^5 + (a^3 + 4*a^
2*b + 9*a*b^2)*cosh(x)^3 + (a^3 + 3*a^2*b)*cosh(x))*sinh(x))/(cosh(x)^6 + 6*cosh(x)^5*sinh(x) + 15*cosh(x)^4*s
inh(x)^2 + 20*cosh(x)^3*sinh(x)^3 + 15*cosh(x)^2*sinh(x)^4 + 6*cosh(x)*sinh(x)^5 + sinh(x)^6)) + 1/2*sqrt(-b)*
log(-((a - b)*cosh(x)^4 + 4*(a - b)*cosh(x)*sinh(x)^3 + (a - b)*sinh(x)^4 + 2*(a + 3*b)*cosh(x)^2 + 2*(3*(a -
b)*cosh(x)^2 + a + 3*b)*sinh(x)^2 - 2*sqrt(2)*(cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2 - 1)*sqrt(-b)*sqrt((a
*cosh(x)^2 + a*sinh(x)^2 + a + 2*b)/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2)) + 4*((a - b)*cosh(x)^3 + (a +
 3*b)*cosh(x))*sinh(x) + a - b)/(cosh(x)^4 + 4*cosh(x)*sinh(x)^3 + sinh(x)^4 + 2*(3*cosh(x)^2 + 1)*sinh(x)^2 +
 2*cosh(x)^2 + 4*(cosh(x)^3 + cosh(x))*sinh(x) + 1)) + 1/4*sqrt(a)*log(-(a*cosh(x)^4 + 4*a*cosh(x)*sinh(x)^3 +
 a*sinh(x)^4 + 2*(a + b)*cosh(x)^2 + 2*(3*a*cosh(x)^2 + a + b)*sinh(x)^2 + sqrt(2)*(cosh(x)^2 + 2*cosh(x)*sinh
(x) + sinh(x)^2 + 1)*sqrt(a)*sqrt((a*cosh(x)^2 + a*sinh(x)^2 + a + 2*b)/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh(
x)^2)) + 4*(a*cosh(x)^3 + (a + b)*cosh(x))*sinh(x) + a)/(cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2)), sqrt(b)*
arctan(sqrt(2)*(cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2 - 1)*sqrt(b)*sqrt((a*cosh(x)^2 + a*sinh(x)^2 + a + 2
*b)/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2))/(a*cosh(x)^4 + 4*a*cosh(x)*sinh(x)^3 + a*sinh(x)^4 + 2*(a + 2
*b)*cosh(x)^2 + 2*(3*a*cosh(x)^2 + a + 2*b)*sinh(x)^2 + 4*(a*cosh(x)^3 + (a + 2*b)*cosh(x))*sinh(x) + a)) + 1/
4*sqrt(a)*log((a*b^2*cosh(x)^8 + 8*a*b^2*cosh(x)*sinh(x)^7 + a*b^2*sinh(x)^8 - 2*(a*b^2 - b^3)*cosh(x)^6 + 2*(
14*a*b^2*cosh(x)^2 - a*b^2 + b^3)*sinh(x)^6 + 4*(14*a*b^2*cosh(x)^3 - 3*(a*b^2 - b^3)*cosh(x))*sinh(x)^5 + (a^
3 + 4*a^2*b + 9*a*b^2)*cosh(x)^4 + (70*a*b^2*cosh(x)^4 + a^3 + 4*a^2*b + 9*a*b^2 - 30*(a*b^2 - b^3)*cosh(x)^2)
*sinh(x)^4 + 4*(14*a*b^2*cosh(x)^5 - 10*(a*b^2 - b^3)*cosh(x)^3 + (a^3 + 4*a^2*b + 9*a*b^2)*cosh(x))*sinh(x)^3
 + a^3 + 2*(a^3 + 3*a^2*b)*cosh(x)^2 + 2*(14*a*b^2*cosh(x)^6 - 15*(a*b^2 - b^3)*cosh(x)^4 + a^3 + 3*a^2*b + 3*
(a^3 + 4*a^2*b + 9*a*b^2)*cosh(x)^2)*sinh(x)^2 + sqrt(2)*(b^2*cosh(x)^6 + 6*b^2*cosh(x)*sinh(x)^5 + b^2*sinh(x
)^6 - 3*b^2*cosh(x)^4 + 3*(5*b^2*cosh(x)^2 - b^2)*sinh(x)^4 + 4*(5*b^2*cosh(x)^3 - 3*b^2*cosh(x))*sinh(x)^3 -
(a^2 + 4*a*b)*cosh(x)^2 + (15*b^2*cosh(x)^4 - 18*b^2*cosh(x)^2 - a^2 - 4*a*b)*sinh(x)^2 - a^2 + 2*(3*b^2*cosh(
x)^5 - 6*b^2*cosh(x)^3 - (a^2 + 4*a*b)*cosh(x))*sinh(x))*sqrt(a)*sqrt((a*cosh(x)^2 + a*sinh(x)^2 + a + 2*b)/(c
osh(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2)) + 4*(2*a*b^2*cosh(x)^7 - 3*(a*b^2 - b^3)*cosh(x)^5 + (a^3 + 4*a^2*b
 + 9*a*b^2)*cosh(x)^3 + (a^3 + 3*a^2*b)*cosh(x))*sinh(x))/(cosh(x)^6 + 6*cosh(x)^5*sinh(x) + 15*cosh(x)^4*sinh
(x)^2 + 20*cosh(x)^3*sinh(x)^3 + 15*cosh(x)^2*sinh(x)^4 + 6*cosh(x)*sinh(x)^5 + sinh(x)^6)) + 1/4*sqrt(a)*log(
-(a*cosh(x)^4 + 4*a*cosh(x)*sinh(x)^3 + a*sinh(x)^4 + 2*(a + b)*cosh(x)^2 + 2*(3*a*cosh(x)^2 + a + b)*sinh(x)^
2 + sqrt(2)*(cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2 + 1)*sqrt(a)*sqrt((a*cosh(x)^2 + a*sinh(x)^2 + a + 2*b)
/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2)) + 4*(a*cosh(x)^3 + (a + b)*cosh(x))*sinh(x) + a)/(cosh(x)^2 + 2*
cosh(x)*sinh(x) + sinh(x)^2)), -1/2*sqrt(-a)*arctan(sqrt(2)*(b*cosh(x)^2 + 2*b*cosh(x)*sinh(x) + b*sinh(x)^2 +
 a)*sqrt(-a)*sqrt((a*cosh(x)^2 + a*sinh(x)^2 + a + 2*b)/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2))/(a*b*cosh
(x)^4 + 4*a*b*cosh(x)*sinh(x)^3 + a*b*sinh(x)^4 - (a^2 + 3*a*b)*cosh(x)^2 + (6*a*b*cosh(x)^2 - a^2 - 3*a*b)*si
nh(x)^2 - a^2 + 2*(2*a*b*cosh(x)^3 - (a^2 + 3*a*b)*cosh(x))*sinh(x))) - 1/2*sqrt(-a)*arctan(sqrt(2)*(cosh(x)^2
 + 2*cosh(x)*sinh(x) + sinh(x)^2 + 1)*sqrt(-a)*sqrt((a*cosh(x)^2 + a*sinh(x)^2 + a + 2*b)/(cosh(x)^2 - 2*cosh(
x)*sinh(x) + sinh(x)^2))/(a*cosh(x)^4 + 4*a*cosh(x)*sinh(x)^3 + a*sinh(x)^4 + 2*(a + 2*b)*cosh(x)^2 + 2*(3*a*c
osh(x)^2 + a + 2*b)*sinh(x)^2 + 4*(a*cosh(x)^3 + (a + 2*b)*cosh(x))*sinh(x) + a)) + 1/2*sqrt(-b)*log(-((a - b)
*cosh(x)^4 + 4*(a - b)*cosh(x)*sinh(x)^3 + (a - b)*sinh(x)^4 + 2*(a + 3*b)*cosh(x)^2 + 2*(3*(a - b)*cosh(x)^2
+ a + 3*b)*sinh(x)^2 - 2*sqrt(2)*(cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2 - 1)*sqrt(-b)*sqrt((a*cosh(x)^2 +
a*sinh(x)^2 + a + 2*b)/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2)) + 4*((a - b)*cosh(x)^3 + (a + 3*b)*cosh(x)
)*sinh(x) + a - b)/(cosh(x)^4 + 4*cosh(x)*sinh(x)^3 + sinh(x)^4 + 2*(3*cosh(x)^2 + 1)*sinh(x)^2 + 2*cosh(x)^2
+ 4*(cosh(x)^3 + cosh(x))*sinh(x) + 1)), -1/2*sqrt(-a)*arctan(sqrt(2)*(b*cosh(x)^2 + 2*b*cosh(x)*sinh(x) + b*s
inh(x)^2 + a)*sqrt(-a)*sqrt((a*cosh(x)^2 + a*sinh(x)^2 + a + 2*b)/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2))
/(a*b*cosh(x)^4 + 4*a*b*cosh(x)*sinh(x)^3 + a*b*sinh(x)^4 - (a^2 + 3*a*b)*cosh(x)^2 + (6*a*b*cosh(x)^2 - a^2 -
 3*a*b)*sinh(x)^2 - a^2 + 2*(2*a*b*cosh(x)^3 - (a^2 + 3*a*b)*cosh(x))*sinh(x))) - 1/2*sqrt(-a)*arctan(sqrt(2)*
(cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2 + 1)*sqrt(-a)*sqrt((a*cosh(x)^2 + a*sinh(x)^2 + a + 2*b)/(cosh(x)^2
 - 2*cosh(x)*sinh(x) + sinh(x)^2))/(a*cosh(x)^4 + 4*a*cosh(x)*sinh(x)^3 + a*sinh(x)^4 + 2*(a + 2*b)*cosh(x)^2
+ 2*(3*a*cosh(x)^2 + a + 2*b)*sinh(x)^2 + 4*(a*cosh(x)^3 + (a + 2*b)*cosh(x))*sinh(x) + a)) + sqrt(b)*arctan(s
qrt(2)*(cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2 - 1)*sqrt(b)*sqrt((a*cosh(x)^2 + a*sinh(x)^2 + a + 2*b)/(cos
h(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2))/(a*cosh(x)^4 + 4*a*cosh(x)*sinh(x)^3 + a*sinh(x)^4 + 2*(a + 2*b)*cosh
(x)^2 + 2*(3*a*cosh(x)^2 + a + 2*b)*sinh(x)^2 + 4*(a*cosh(x)^3 + (a + 2*b)*cosh(x))*sinh(x) + a))]

________________________________________________________________________________________

giac [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sech(x)^2)^(1/2),x, algorithm="giac")

[Out]

Exception raised: TypeError >> An error occurred running a Giac command:INPUT:sage2:=int(sage0,x):;OUTPUT:Warn
ing, replacing 0 by ` u`, a substitution variable should perhaps be purged.Warning, replacing 0 by ` u`, a sub
stitution variable should perhaps be purged.Warning, replacing 0 by ` u`, a substitution variable should perha
ps be purged.Warning, replacing 0 by ` u`, a substitution variable should perhaps be purged.Warning, replacing
 0 by ` u`, a substitution variable should perhaps be purged.Warning, replacing 0 by ` u`, a substitution vari
able should perhaps be purged.Warning, replacing 0 by ` u`, a substitution variable should perhaps be purged.W
arning, replacing 0 by ` u`, a substitution variable should perhaps be purged.Warning, replacing 0 by ` u`, a
substitution variable should perhaps be purged.Warning, integration of abs or sign assumes constant sign by in
tervals (correct if the argument is real):Check [abs(t_nostep)]Warning, need to choose a branch for the root o
f a polynomial with parameters. This might be wrong.Non regular value [0] was discarded and replaced randomly
by 0=[-10]Warning, need to choose a branch for the root of a polynomial with parameters. This might be wrong.N
on regular value [0] was discarded and replaced randomly by 0=[-39]Warning, need to choose a branch for the ro
ot of a polynomial with parameters. This might be wrong.Non regular value [0] was discarded and replaced rando
mly by 0=[35]Warning, need to choose a branch for the root of a polynomial with parameters. This might be wron
g.Non regular value [0] was discarded and replaced randomly by 0=[90]Warning, need to choose a branch for the
root of a polynomial with parameters. This might be wrong.Non regular value [0] was discarded and replaced ran
domly by 0=[-98]Warning, need to choose a branch for the root of a polynomial with parameters. This might be w
rong.Non regular value [0] was discarded and replaced randomly by 0=[-5]Evaluation time: 0.57index.cc index_m
operator + Error: Bad Argument Value

________________________________________________________________________________________

maple [F]  time = 0.31, size = 0, normalized size = 0.00 \[ \int \sqrt {a +b \mathrm {sech}\relax (x )^{2}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*sech(x)^2)^(1/2),x)

[Out]

int((a+b*sech(x)^2)^(1/2),x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sqrt {b \operatorname {sech}\relax (x)^{2} + a}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sech(x)^2)^(1/2),x, algorithm="maxima")

[Out]

integrate(sqrt(b*sech(x)^2 + a), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \sqrt {a+\frac {b}{{\mathrm {cosh}\relax (x)}^2}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b/cosh(x)^2)^(1/2),x)

[Out]

int((a + b/cosh(x)^2)^(1/2), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sqrt {a + b \operatorname {sech}^{2}{\relax (x )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sech(x)**2)**(1/2),x)

[Out]

Integral(sqrt(a + b*sech(x)**2), x)

________________________________________________________________________________________